SQL ManualStatmentsData Definition StatementsDropDROP-CATALOGOn this pageDROP-CATALOGDROP-CATALOGNameDROP CATALOGDescriptionThis statement is used to delete the external catalog.Syntax:DROP CATALOG [I EXISTS] catalog_name;ExampleDrop catalog hiveDROP CATALOG hive;KeywordsDROP, CATALOGBest Practice